home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON03 / ACT03A / L03B1.DIR / Internal_71.ls < prev    next >
Encoding:
Text File  |  2003-09-23  |  220 b   |  10 lines

  1. on mouseEnter me
  2.   cursor = the number of member "hand"
  3.   mask = the number of member "hand mask"
  4.   set the cursor of sprite the spriteNum of me to [cursor, mask]
  5. end
  6.  
  7. on mouseDown me
  8.   puppetSprite(me.spriteNum, 1)
  9. end
  10.